home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / HISTORIA.DIR / 00166.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  1.2 KB  |  78 lines

  1. on bloque1
  2.   if the clickOn = 18 then
  3.     go("1924")
  4.   end if
  5.   if the clickOn = 19 then
  6.     go("1926")
  7.   end if
  8.   if the clickOn = 20 then
  9.     go("1929")
  10.   end if
  11.   if the clickOn = 21 then
  12.     go("1935")
  13.   end if
  14.   if the clickOn = 22 then
  15.     go("1944")
  16.   end if
  17.   if the clickOn = 23 then
  18.     go("1946")
  19.   end if
  20.   if the clickOn = 24 then
  21.     go("1950")
  22.   end if
  23.   if the clickOn = 25 then
  24.     go("1954")
  25.   end if
  26.   if the clickOn = 26 then
  27.     go("1959")
  28.   end if
  29. end
  30.  
  31. on bloque3
  32.   if the clickOn = 20 then
  33.     go("1991")
  34.   end if
  35.   if the clickOn = 21 then
  36.     go("1992")
  37.   end if
  38.   if the clickOn = 22 then
  39.     go("1993")
  40.   end if
  41.   if the clickOn = 23 then
  42.     go("1994")
  43.   end if
  44.   if the clickOn = 24 then
  45.     go("1995")
  46.   end if
  47.   if the clickOn = 25 then
  48.     go("1996")
  49.   end if
  50. end
  51.  
  52. on bloque2
  53.   if the clickOn = 20 then
  54.     go("1960")
  55.   end if
  56.   if the clickOn = 21 then
  57.     go("1970")
  58.   end if
  59.   if the clickOn = 22 then
  60.     go("1977")
  61.   end if
  62.   if the clickOn = 23 then
  63.     go("1983")
  64.   end if
  65.   if the clickOn = 24 then
  66.     go("1986")
  67.   end if
  68.   if the clickOn = 25 then
  69.     go("1988")
  70.   end if
  71.   if the clickOn = 26 then
  72.     go("1989")
  73.   end if
  74.   if the clickOn = 27 then
  75.     go("1990")
  76.   end if
  77. end
  78.